Make mmio_space() static inline.
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
Signed-off-by: ian.pratt@cl.cam.ac.uk
struct mi_per_cpu_info mpci; /* MMIO */
};
-extern int mmio_space(unsigned long);
extern void handle_mmio(unsigned long, unsigned long, unsigned long);
extern int vmx_setup_platform(struct exec_domain *, execution_context_t *);
-extern inline int mmio_space(unsigned long gpa)
+static inline int mmio_space(unsigned long gpa)
{
if (gpa >= VGA_SPACE_START && gpa < VGA_SPACE_END) {
return 1;